home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1991 …esperately Seeking Seven / Desperately Seeking Seven.2mg / Dev.CD.8 / Essentials / Tools / File.Type.Notes / FTN.B9.XXXX < prev    next >
Encoding:
Text File  |  1990-07-27  |  1.6 KB  |  41 lines  |  [04] ASCII Text (0x0000)

  1. Apple II
  2. File Type Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. File Type:         $B9 (185)
  7. Auxiliary Type:    All
  8.  
  9. Full Name:     Apple IIgs Classic Desk Accessory
  10. Short Name:    Classic Desk Accessory
  11.  
  12. Written by:    Dave "Mr. Nifty" Lyons                          September 1990
  13.  
  14. Files of this type contain Apple IIgs Classic Desk Accessories in OMF format.
  15. _____________________________________________________________________________
  16.  
  17. Classic Desk Accessories are available by pressing Command-Ctrl-Esc, whether 
  18. or not a desktop application is running.
  19.  
  20. Files of type $B9 in the System:Desk.Accs directory of the boot volume are 
  21. automatically loaded with the Loader and installed into the system with 
  22. InstallCDA at boot time.  Bit 15 of the auxiliary type is the "inactive" bit--
  23. if it's set, GS/OS does not load the CDA.  All other bits in the auxiliary 
  24. type are reserved and should be zero.
  25.  
  26. CDAs are stored on disk in Object Module Format, which is defined in Appendix 
  27. F of GS/OS Reference.  Once the Loader brings your CDA's code into memory, the 
  28. format is as specified in the Desk Manager chapter of Apple IIgs Toolbox 
  29. Reference, volume 1.
  30.  
  31. CDA authors should be sure to read the material listed under "Further 
  32. Reference."
  33.  
  34.  
  35. Further Reference
  36. _____________________________________________________________________________
  37.   o  Apple IIgs Toolbox Reference, Volumes 1 and 3
  38.   o  GS/OS Reference
  39.   o  Apple IIgs Technical Note #71, Desk Accessory Tips and Techniques
  40.  
  41.